;Slave keeper for ragezone :: CODED BY MENTAL

[@main]
;;Wizard check
#IF
checknamelist questslavewizard.txt
#ACT
goto @wizard3
break

#IF
checknamelist questslavewizard1.txt
#ACT
goto @wizard3.1
break

#IF
checknamelist questslavewizard2.txt
#ACT
goto @wizard5
break

;;Warrior check
#IF
checknamelist questslavewarrior.txt
#ACT
goto @warrior3
break

#IF
checknamelist questslavewarrior1.txt
#ACT
goto @warrior3.1
break

#IF
checknamelist questslavewarrior2.txt
#ACT
goto @warrior5
break

#IF
checknamelist questslavewarrior3.txt
#ACT
goto @warrior6
break

#IF
checknamelist questslavewarrior4.txt
#ACT
goto @warrior7
break

#IF
checknamelist questslavewarrior5.txt
#ACT
goto @warrior8
break

#IF
checknamelist questslavewarrior6.txt
#ACT
goto @warrior9
break

;;Taoist check
#if
checknamelist questslavetaoist.txt
#ACT
goto @taoist1
break

#IF
checknamelist questslavetaoist1.txt
#ACT
goto @taoistsummon
break

#IF
checknamelist questslavetaoist2.txt
#ACT
goto @taoistsummonholy
break

#IF
checklevel 22
#ACT
goto @main1

#ELSEACT
goto @main0

[@main0]
Hello <$USERNAME>, My name is the slave keeper. Just\
recently the administrator of RaGEZONE has passed a\
law which allows us common foke to clone human stem\
cells which allows us to replicate humans, and we\
have grown these humans into slaves, come visit me\
when your over the level 22 and ill give you more\
info.\
<exit/@exit>

[@main1]
#IF
checkjob wizard
#ACT
goto @wizard
break

#IF
checkjob taoist
#ACT
goto @taoist
break

#IF
checkjob warrior
#ACT
goto @warrior
break

;;;WIZARD OPTIONS

[@wizard]
<$USERNAME>, my name is the slave keeper, just most recently\
the administrator of ragezone has passed a law which allows \
special individuals to use stem cell research to clone humans,\
and using this method i have created slaves which i am able to\
give out to people yes this may seem wrong to the average person \
but its my business, i have a family too!\
<How would i get my own clone?/@wizard1>\
<Not interested, what your doing is sick!/@exit>

[@wizard1]
Wizards such as yourselves have the ability to\
tame monsters at any random time, so i can only\
provide you with one slave, but he wont be much\
use to you as he will never grow up or be stronger!\
<OK i would like one, what do i have to do?/@wizard2>\
<No thanks/@exit>

[@wizard2]
#ACT
addnamelist questslavewizard.txt
goto @wizard3

[@wizard3]
#ACT
delnamelist questslavewizard.txt
addnamelist questslavewizard1.txt
goto @wizard3.1

[@wizard3.1]
#IF
checkgold 150000
checkitem StemCell 5
checkitem SpiritSoup 3
checkitem HumanHeart 1
#ACT
take gold 150000
take StemCell 5
take SpiritSoup 3
take HumanHeart 1
delnamelist questslavewizard1.txt
addnamelist questslavewizard2.txt
goto @wizard5
#ELSEACT
goto @wizard3.2

[@wizard3.2]
Bring me <150,000 Gold> as comission fees, and i will need \
<5 Stem Cell> , <3 Spirit Soup>, and also i will need <1 Human Heart>.\
Give these to me and the slave will be yours! Good luck!\
<where do i find these items?/@wizard4>\
<Ok thanks/@exit>

[@wizard4]
<Stem Cells>   : Can be found in the Wooma Temple\
<Spirit Soups> : Can be found in the Oma Caves\
<Human Hearts> : Can be found in the Bug Caves\
<exit/@exit>

[@wizard5]
Hi, i am the slave keeper, would you like me give you an\
amulet for you to summon your slave?\
<Yes please/@giveamulet> | <How do i use my slave?/@useslave>\
<exit/@exit>


;; WARRIOR OPTIONS

[@warrior]
<$USERNAME>, my name is the slave keeper, just most recently\
the administrator of ragezone has passed a law which allows \
special individuals to use stem cell research to clone humans,\
and using this method i have created slaves which i am able to\
give out to people yes this may seem wrong to the average person \
but its my business, i have a family too!\
<How would i get my own clone?/@warrior1>\
<Not interested, what your doing is sick!/@exit>

[@warrior1]
Warriors such as yourselves dont have the ability to\
tame monsters so i am able to provide you with a very decent\
slave and as the higher you get the better the slave you will\
get but the more items i will require, there are 3 slaves in\
total , weak, medium and hard.\
<OK i would like one, what do i have to do?/@warrior2>\
<No thanks/@exit>

[@warrior2]
#ACT
addnamelist questslavewarrior.txt
goto @warrior3

[@warrior3]
#ACT
delnamelist questslavewarrior.txt
addnamelist questslavewarrior1.txt
goto @warrior3.1

[@warrior3.1]
#IF
checkgold 200000
checkitem StemCell 10
checkitem SpiritSoup 5
checkitem HumanHeart 1
#ACT
take gold 200000
take StemCell 10
take SpiritSoup 5
take HumanHeart 1
delnamelist questslavewarrior1.txt
addnamelist questslavewarrior2.txt
goto @warrior5
#ELSEACT
goto @warrior3.2

[@warrior3.2]
Bring me <200,000 Gold> as comission fees, and i will need \
<10 Stem Cell> , <5 Spirit Soup>, and also i will need <1 Human Heart>.\
Give these to me and the slave will be yours! Good luck!\
<where do i find these items?/@wizard4>\
<Ok thanks/@exit>

[@warrior4]
<Stem Cells>   : Can be found in the Wooma Temple\
<Spirit Soups> : Can be found in the Oma Caves\
<Human Hearts> : Can be found in the Bug Caves\
<exit/@exit>

[@warrior5]
<Slave Currently: Weak>\
Hi, i am the slave keeper, would you like me give you an\
amulet for you to summon your slave?\
<Yes please/@giveamuletsmall> | <How do i use my slave?/@useslave>\
<Upgrade slave/@upgradesmall>\
<exit/@exit>

[@warrior6]
<Slave Currently: Medium>\
Hi, i am the slave keeper, would you like me give you an\
amulet for you to summon your slave?\
<Yes please/@giveamuletmedium> | <How do i use my slave?/@useslave>\
<Upgrade slave/@upgrademedium>\
<exit/@exit>

[@warrior7]
<Slave Currently: Hard>\
Hi, i am the slave keeper, would you like me give you an\
amulet for you to summon your slave?\
<Yes please/@giveamuletlarge> | <How do i use my slave?/@useslave>\
<Upgrade Slave/@upgradelarge>\
<exit/@exit>

[@warrior8]
<Slave Currently: HERO>\
Hi, i am the slave keeper, would you like me give you an\
amulet for you to summon your slave?\
<Yes please/@giveheroamulet> | <How do i use my slave?/@useslave>\
<Upgrade Slave/@upgradehero>\
<exit/@exit>

[@warrior9]
<Slave Currently: DIVINE>\
Hi, i am the slave keeper, would you like me give you an\
amulet for you to summon your slave?\
<Yes please/@givedivineamulet> | <How do i use my slave?/@useslave>\
<exit/@exit>


[@giveamuletsmall]
#ACT
give WarSlaveAmuS 1

[@giveamuletmedium]
#ACT
give WarSlaveAmuM 1

[@giveamuletlarge]
#ACT
give WarSlaveAmuL 1

[@giveheroamulet]
#ACT
give WarSlaveHero 1

[@givedivineamulet]
#ACT
give divineslave 1


[@upgradeslave]
#IF
checknamelist questslavewarrior2.txt
#ACT
goto @upgradesmall
break

#IF
checknamelist questslavewarrior3.txt
#ACT
goto @upgrademedium
break

#IF
checknamelist questslavewarrior4.txt
#ACT
goto @upgradehard

#IF
checknamelist questslavewarrior5.txt
#ACT
goto @upgradehero

#ELSEACT
break

[@upgradesmall]
#IF
checklevelex > 29
#ACT
goto @upgradesmall1
#ELSEACT
goto @upgradesmall0

[@upgradesmall1]
#IF
checkgold 500000
checkitem benedictionoil 1
checkitem bone 10
#act
take gold 500000
take benedictionoil 1
take bone 10
delnamelist questslavewarrior2.txt
addnamelist questslavewarrior3.txt
goto @warrior6
#ELSEACT
goto @upgradesmall00

[@upgradesmall00]
Hello, i can upgrade your slave for you if you wish to a medium\
strengh slave, but i require the following items!\
<500,000 Gold> , <1 Benediction Oil>, and <10 Bones>\
<Ok/@exit>

[@upgradesmall0]
At the moment you have a weak slave, in order to have a medium\
strengh slave you need to be level 30, so come back when your\
level 30 for more information!\
<exit/@exit>

[@upgrademedium]
#IF
checklevelex < 35
#ACT
goto @upgrademedium10
#ELSEACT
goto @upgrademedium1

[@upgrademedium1]
#IF
checkgold 1000000
checkitem benedictionoil 2
checkitem Largebone 10
#act
take gold 1000000
take benedictionoil 2
take Largebone 10
delnamelist questslavewarrior3.txt
addnamelist questslavewarrior4.txt
goto @warrior7
#ELSEACT
goto @upgrademedium00

[@upgrademedium00]
Hello, i can upgrade your slave for you if you wish to a Hard\
strengh slave, but i require the following items!\
<1,000,000 Gold> , <2 Benediction Oil>, and <10 Large Bones>\
<Ok/@exit>

[@upgrademedium10]
At the moment you have a weak slave, in order to have a hard\
strengh slave you need to be level 35, so come back when your\
level 35 for more information!\
<exit/@exit>

;hero
[@upgradelarge]
#IF
checklevelex < 44
#ACT
goto @upgradelarge10
#ELSEACT
goto @upgradelarge00

[@upgradelarge1]
#IF
checkgold 5000000
#act
take gold 5000000
delnamelist questslavewarrior4.txt
addnamelist questslavewarrior5.txt
goto @warrior8
#ELSEACT
goto @upgradelargeerror

[@upgradelargeerror]
Sorry, not enough gold!\
<exit/@exit>

[@upgradelarge00]
Hello, i can upgrade your slave for you if you wish to a HERO\
strengh slave, but i require exactly <5,000,000> gold.. expensive\
but the slave is fantastic!. If you got the <5,000,000> would you\
like to upgrade now\
<Yes Please!/@upgradelarge1> | <No Thanks/@exit>

[@upgradelarge10]
At the moment you have a hard slave, in order to have a HERO\
strengh slave you need to be level 44, so come back when your\
level 44 for more information!\
<exit/@exit>

;divine
[@upgradehero]
#IF
checklevelex < 49
#ACT
goto @upgradehero10
#ELSEACT
goto @upgradehero00

[@upgradehero1]
#IF
checkitem goldchest 1
#act
take goldchest 1
delnamelist questslavewarrior5.txt
addnamelist questslavewarrior6.txt
goto @warrior9
#ELSEACT
goto @upgradedivineerror

[@upgradedivineerror]
Sorry, but i require item <divine letter>\
<exit/@exit>

[@upgradehero00]
Hello, i can upgrade your slave for you if you wish to a Divine\
strengh slave, but i require a gold chest without this item\ 
i cannot possibly uprade your current slave, obtain this item and it \
shall be yours. Good luck obtaining this item.\
<OK I shall!/@upgradehero1> | <No Thanks/@exit>

[@upgradehero10]
At the moment you have a Hero slave, in order to have a Divine\
strengh slave you need to be level 50, so come back when your\
level 50 for more information!\
<exit/@exit>

;; TAOIST OPTIONS

[@taoist]
#ACT
addnamelist questslavetaoist.txt
goto @taoist1

[@taoist1]
#IF
checkgold 200000
checkitem StemCell 5
checkitem spiritsoup 3
checkitem humanheart 1
#act
delnamelist questslavetaoist.txt
addnamelist questslavetaoist1.txt
take gold 200000
take stemcell 5
take spiritsoup 3
take humanheart 1
goto @taoistsummon
#elseact
goto @taoist10

[@taoist10]
Hi, i aint a great fan of taoists, given you have a skeleton\
shinsu and a holy deva but if you want one that bad then bring\
to me <200,000 Gold> , <5 Stem Cells> , <3 Spirit Soup>, and\
<1 Human Heart> bring this to me and i will give it to you.\
<Ok i will/@exit>\

[@taoistsummon]
Hi, i am the slave keeper, would you like me give you an\
amulet for you to summon your slave?\
<Yes please/@taoamuletgive> | <How do i use my slave?/@useslave>\
<Upgrade to HolySlave/@taoistupgrade>\
<exit/@exit>

[@taoamuletgive]
#ACT
give TaoSlaveAmulet 1

[@giveamulet]
#ACT
give WizSlaveAmulet 1

[@taoamuletgiveholy]
#ACT
give HolyTaoAmulet 1

[@useslave]
Hi, thanks for purchasing my slaves, in order to use your\
slave effective, you will need to equipt yourself with items\
which the slave can wear, i personally recommend that you\
use shop items, once you have the items you want your slave\
to wear, simply face your slave and type @give, and this\
will transfer your items to your slave, if you wish to take\
your items from your slave then simply type @take,\
<Page 2/@useslave2>

[@useslave2]
In the event your slave dies, once its death has happened\
the items will transfer into your bag, if your bag is full\
the items will vanish into thin air, so becareful when and\
were you use your slave, also remember he is a person as well\
so treat him fair and treat him nice!.\
<Page 1/@useslave>\
<exit/@exit>

;;; Tao Upgrade

[@TaoistUpgrade]
#IF
checklevelex > 44
#ACT
goto @taoistupgrade1
break

#ELSEACT
goto taoisterror

[@taoisterror]
Please come back when your level 45!\
<exit/@exit>

[@taoistupgrade1]
Hello!, I can upgrade your Taoist Slave if you wish to a \
HolyTaoSlave, the benefit of this is that its much stronger\
than your previous and with your knew statistics, carryweight\
and hand weight you could possibly make it much better than\
your level 3 shinsu, requirements are <10,000,000> gold.\
<Yes Please!/@taoistupgrade2> | <No Thanks/@exit>

[@taoistupgrade2]
#IF
checkgold 10000000
#ACT
take gold 10000000
delnamelist questslavetaoist1.txt
addnamelist questslavetaoist2.txt
goto @taoistsummonholy
break

#ELSEACT
goto @taoisterror1

[@taoisterror1]
Sorry but you need 10,000,000 gold!\
<exit/@exit>

[@taoistsummonholy]
Hi, i am the slave keeper, would you like me give you an\
amulet for you to summon your HolyTaoslave?\
<Yes please/@taoamuletgiveholy> | <How do i use my slave?/@useslave>\
<exit/@exit>